sql round 在 Custom rounding in SQL - Stack Overflow 的評價 One possible approach is the following statement: SELECT [Number], CASE WHEN ([Number] * 100) % 10 BETWEEN 3 AND 7 THEN ROUND([Number] + ... ... <看更多>